home *** CD-ROM | disk | FTP | other *** search
/ Artworks - Keep it Simple 2 / Artworks - Keep it Simple 2.iso / az / launch.dxr / 00033.ls < prev    next >
Encoding:
Text File  |  1997-07-04  |  93 b   |  12 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on timeout
  6.   go("click")
  7. end
  8.  
  9. on mouseUp
  10.   go("click")
  11. end
  12.